home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / misc / Fudgit233.lha / README.amiga
Encoding:
Text File  |  1993-12-16  |  2.0 KB  |  54 lines

  1.  
  2.  
  3. About the Amiga-version of FUDGIT 2.33:
  4. --------------------------------------
  5.  
  6. - First important note: This program is not a toy for kids, it
  7.   has no graphical user-interface, and no colorful intro. FUDGIT
  8.   does some sophisticated calculations, and is valuable if you
  9.   want to fit curves using state-of-the-art methods. Call it from
  10.   your favourite shell, read the online-docs, or even better print
  11.   out the documentation.
  12.  
  13. FUDGIT was not easy to compile under ADos, because many "Unix-only"
  14. features are used within it. The following things differ from the
  15. original version (and the documentation):
  16.  
  17. - FUDGIT needs the ixemul.library. If you don't like this, feel free
  18.   to compile it on your own with the compiler of your choice.
  19.  
  20. - I removed all the "readline"-related routines, libreadline.a made
  21.   too much trouble, and with a comfortable console-device (such as
  22.   KingCON or the WShell CON: device) you won't miss the emacs-like
  23.   command-line functions.
  24.  
  25. - Direct piping to the plot-program (such as GNUPlot) is not possible.
  26.   Save your results to a file, then import it from within your plot-pgm.
  27.  
  28. - A few math-functions are missing in the cmode-calculator, because
  29.   they were missing in my libm.a, theese are: y0(), y1(), yn() and jn().
  30.  
  31. - No external pager support available. Shouldn't be too bad if you've
  32.   got a scroll-bar at your shell-window.
  33.  
  34. I didn't test any feature of FUDGIT (there are a lot!) before I published
  35. this release. If you find some function inoperable, please email me.
  36.  
  37. In the "Amiga_Binaries" directory, there are two executables available:
  38.  
  39. - "Fudgit"         runs on any 68k-processor and
  40. - "Fudgit_20_881"  needs ((680x0 with x >= 2) AND 6888x FPU) OR 68040
  41.  
  42. And two versions of the documentation:
  43.  
  44. - "fudgit.help" is the on-line help data file, just type "help" in FUDGIT
  45. - "Fudgit_Manual.dvi" is an already LaTeX'ed .dvi-file, ready to print...
  46.  
  47. The whole source can be found in the "Source" subdirectory. You'll need
  48. a full blown GCC-environment for a successful "make"... :)
  49.  
  50. Now enjoy FUDGIT,
  51.  
  52. Lutz Vieweg  <lkv@mania.robin.de>
  53.  
  54.